home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Mac OS SDK / Dev.CD Jul 99 SDK1.toast / Development Kits / Mac OS / QuickDraw3D 1.6 SDK / Mac SampleCode New for 1.6 / CompressedPixmapSample / Headers / myevents.h < prev    next >
Encoding:
Text File  |  1999-05-18  |  195 b   |  11 lines  |  [TEXT/CWIE]

  1. //
  2. // Events.h
  3. //
  4. #include <AppleEvents.h>
  5.  
  6. extern void    HandleEvents(void);
  7.  
  8.  
  9. extern    pascal OSErr MyAE_QuitApplication(AppleEvent *theAppleEvent, AppleEvent *reply,
  10.                             SInt32 handlerRefcon);
  11.